how do I find out whether I am called by servername or by ip

2002-09-19 Thread Jan Kester
Jan Kester Marlborough Stirling España, S.L. Director de Informática Gran Vía 62, 10º izq 28013 Madrid tel: +34-91-5487910 fax: +34-91-5400199 email: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Problem with session tracking. Please help

2001-05-02 Thread Jan Kester
I have seen a problem with sessions in the past due to bad program design. Make sure that your servlets have no members. If so, they would share them between all users. Try to make a simple example first to make sure that you can maintain session state. Regards, Jan Kester -Original

sessionid via Cookies and URL

2001-04-30 Thread Jan Kester
y the cookie in the browser as well, or does it only invalidate the session in the tomcat-instance's memory and leave the cookie as is. 4)I noticed that 3.2 has the ability to switch off cookie use. This is not what I need; is there also something that can manipulate whether sessionid by cookies or url have priority? Hope someone can help me, Regards, Jan Kester