You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by k....@metastream.net on 2000/08/02 21:04:25 UTC

session handling without cookies

Hi tomcat users ;-)

Have anyone a good idea to use sessions without cookies to identify users?

Kindly regards,

Kai Schröder
meta:stream
Technical Manager

/>> meta:stream - - - - - - - - - - - - - - - - - - - - - - />>

Interactive Marketing GmbH
Ein Unternehmen der MIDAT AG / Fenner Group

Kai Schröder
Technischer Leiter

Linienstraße 98
D-10115 Berlin

Telefon +49 (30) 288 74 - 471
Telefax +49 (30) 288 74 - 100

Mobil +49 (175) 221 83 71

E-Mail: k.schroeder@metastream.net
Internet: http://www.metastream.net

Geschäftsführer: Nikolaus Grahn und Florian von Teppner
HRB 71142 Amtsgericht Berlin-Charlottenburg


Re: session handling without cookies

Posted by Steve Ruby <st...@rubysolutions.com>.
k.schroeder@metastream.net wrote:
> 
> Hi tomcat users ;-)
> 
> Have anyone a good idea to use sessions without cookies to identify users?
> 
> Kindly regards,
> 
> Kai Schröder
> meta:stream
> Technical Manager

check out the SessionExample servlet included with the tomcat
distribution,
it works fine with or without cookies.