You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GOMEZ Henri <hg...@slib.fr> on 2001/01/11 10:14:42 UTC

mod_webapp and cookies

I seems cookies are still no working :

* HelloWorld Example works.

* Request Information Example works :

Method:  GET  
Request URI:  /examples/servlet/RequestInfoExample  
Protocol:  HTTP/1.1  
Path Info:  null  
Remote Address:  null  

* Request Header Example works :

accept-language  fr 
connection  Keep-Alive 
cookie  JSESSIONID=843872E801E0B981B280B179B833E021; chuckmIMPlang=fr 
accept  */* 
host  hgo1.cs 
accept-encoding  gzip, deflate 
user-agent  Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) 
referer  http://hgo1.cs/examples/servlets/index.html 

* Request Parameters Example , don't works
* Cookies Example don't works 

=> 

Your browser isn't sending any cookies 

* Sessions Example didn't works :

=>

Session ID: 38B518E48483E7227863C271D3100110 
Created: Mon Jan 08 11:27:19 CET 2001
Last Accessed: Mon Jan 08 11:27:19 CET 2001 

JSESSIONID exist But change each time you do a reload ;-(

Any idea ?-)