You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jan Swedin <ja...@davision.se> on 2000/02/09 09:04:25 UTC

getSession

Hi !
Is this a bug ?
The following code always return a valid pointer :
HttpSession sess = request.getSession(false);	
Api doc says that I should get null if no valid session exist.

I can't get the keepgenerated (true) to work, is that also a bug ?

Regards
Jan Swedin