Session and cookies

2001-09-23 Thread Patrick Fong
Hi I have a problem with using session object and cookies with jsps. The problem is that I have set the session max inactive interval to 5 hours (300 mins * 60 secs) and after a certain time - the shortest being 5 mins, the session times out. When I access a session variable using people_id

Re: Session and cookies

2001-09-23 Thread SriHari
:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:30 AM To: [EMAIL PROTECTED] Subject: Session and cookies Hi I have a problem with using session object and cookies with jsps. The problem is that I have set the session max inactive interval to 5 hours (300 mins * 60 secs) and after

Re: Session and cookies

2001-09-23 Thread Alok Dubey
specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Alok Dubey/JAMNAGAR/RIL) Subject: Session and cookies Hi I have a problem with using session object and cookies with jsps. The problem is that I have set the session max inactive interval to 5 hours (300 mins

Session without cookies

2000-07-26 Thread Jens-Uwe Eilers
Hello, I need to realize JSP-Sites with Sessions. But when the Client has deactivate Cookies I get a new Session on every Site. If the client has deactivated Cookies how can I realize this? Or can I realize the Session without Cookies. Sorry my English is not the best. Jens-Uwe

Re: Session without cookies

2000-07-26 Thread Jay Thoden Van Velzen
URLEncode every URL before you send it to the client: most app/web servers will add the session ID to the |URL -Original Message- From: Jens-Uwe Eilers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26, 2000 3:02 PM To: [EMAIL PROTECTED] Subject: Session without cookies Hello, I

Re: Session without cookies

2000-07-26 Thread Rogerio Saran
extra" benefit is to keep away from application server-specific features so your code is [more] portable. Saran - Original Message - From: "Jens-Uwe Eilers" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 26, 2000 11:02 AM Subject: Session without cookies

Re: session and cookies

2000-04-14 Thread Som Subhra Chakraborty
Sent: Friday, April 14, 2000 12:04 PM To: [EMAIL PROTECTED] Subject:Re: session and cookies Hi! Do you store the password in crypted from in the database (or) as it is. Kindly enlighten me of security threats. Thanks and regards Raghuraman S -- From: Som

Re: session and cookies

2000-04-13 Thread Som Subhra Chakraborty
[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Thursday, April 13, 2000 3:58 AM To: [EMAIL PROTECTED] Subject:session and cookies Hello Folks, Can anyone hlep me with this scenerio and how to achieve this goal. Say

session and cookies

2000-04-12 Thread Nadeem
Hello Folks, Can anyone hlep me with this scenerio and how to achieve this goal. Say for example there is a variable called Abc, and thre are more varibale like that. We defined a varibale in an index.jsp which is like a default page. Somone logs in, how do we go about making sure that person

Re: Session without COOKIES?

2000-01-20 Thread Hans Bergsten
Jose Luis Diaz wrote: Is it posible to keep the session variables without using COOKIES?? If so, can anyone explain me how to do it, or where I can find how to do it?? Yes, but you must call response.encodeURL() to let the servlet container add the session ID to all URLs in your code (e.g.

Re: Session without COOKIES?

2000-01-20 Thread Javier Cazares
. javier. -Original Message- From: Jose Luis Diaz Sent: Thursday, January 20, 2000 4:05 AM To: [EMAIL PROTECTED] Subject: Session without COOKIES? Is it posible to keep the session variables without using COOKIES?? If so, can anyone explain me how to do it, or where

Session without COOKIES?

2000-01-20 Thread Jose Luis Diaz
Is it posible to keep the session variables withoutusing COOKIES?? If so, can anyone explain me how to do it, or where I can find how to do it?? Thanks Jose Luis

Re: Session without COOKIES?

2000-01-20 Thread David Mossakowski
Use URL rewriting. Search archives for this. There was a *lot* about it. dave. Jose Luis Diaz wrote: Is it posible to keep the session variables without using COOKIES?? If so, can anyone explain me how to do it, or where I can find how to do it?? Thanks Jose Luis -- David Mossakowski