Why do you wan't to do it?

You won't get this feature by simply setting a config variable.
I guess that it will be a lot of work to achieve this.

I can't imagine any reason that is worth the amount of work. 


> -----Ursprüngliche Nachricht-----
> Von: Michael [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 31. Oktober 2001 15:37
> An: [EMAIL PROTECTED]
> Cc: Yoav Shapira
> Betreff: Re: set SessionID (PLEASE HELP)
> 
> 
> hi,
> 
> I don't want to generate my own unique sessionID, but:
> I get the sessionID from getSession(), then I don't want to 
> use cookies nor rewriteURL()!!!
> I want to hide the sessionID in an encoded GET-variable and 
> do a request like:
> 
> 1st request:
> getSession().getID() -> 1234567
> encode 1234567 to abcdefg
> new link to a servlet: http://localhost/myServlet?MySessionID=abcdefg

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to