partial log of

Jan Keirse jan.keirse at tvh.be
Thu Jun 21 15:14:07 BST 2012


On Thu, Jun 21, 2012 at 12:24 PM, Peter Schober
<peter.schober at univie.ac.at>wrote:

> > I first tried this:
> [...]
> > But that didn't work.
>
> Probably the missing path (as the original cookie will be set to the
> context's path). Either way, I do that in a Perl CGI script and
> there's nothing special to it.
>

Ahaa, the path was indeed the problem. This works:

<%@ page language="java" import="java.util.*"  %>
<%

     Cookie idpSessionCookie = new Cookie("_idp_session", null);
     idpSessionCookie.setMaxAge(1);
     idpSessionCookie.setPath("/idp");
     response.addCookie(idpSessionCookie);

%>

Thanks for your feedback!

-- 
DISCLAIMER ****

http://www.tvh.com/newen2/emaildisclaimer/default.html 

"This message is delivered to all addressees subject to the conditions
set forth in the attached disclaimer, which is an integral part of this
message."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120621/745eed5e/attachment.html 


More information about the users mailing list