ED]>
Sent: Thursday, September 21, 2006 12:15:01 AM
Subject: Re: Restrict Session In One Browser!
On 9/20/06, Alexander Khoo <[EMAIL PROTECTED]> wrote:
> Dear users,
>
> Can anyone help on restricting 1 session per browser?
> what we are trying to archieve here is when the use
On 9/20/06, Alexander Khoo <[EMAIL PROTECTED]> wrote:
Dear users,
Can anyone help on restricting 1 session per browser?
what we are trying to archieve here is when the users sucessfully login to our server
& establish a session, we want that session to lock in that current browser &
when anoth
Alexander Khoo wrote:
> Hi,
>
> 1) user access http://www.xyz.com -login page appear & user key in username
> & password
>
> 2) http://www.xyz.com/CheckRule.do ( "CheckRule.do is a action our
> programmer created to hide the jsessionid) -wellcome page show
>
> 3) http://www.xyz.com//Membe
Regards,
Alexander Khoo
- Original Message
From: David Delbecq <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Wednesday, September 20, 2006 5:19:25 PM
Subject: Re: Restrict Session In One Browser!
Hi,
am not sure to understand you. Please provide more detailed information
about the
page within the same
> browser if user click)
>
> Regards,
> Alexander Khoo
>
>
>
> - Original Message
> From: David Delbecq <[EMAIL PROTECTED]>
> To: Tomcat Users List
> Sent: Wednesday, September 20, 2006 4:40:47 PM
> Subject: Re: Restrict Se
To: Tomcat Users List
Sent: Wednesday, September 20, 2006 4:40:47 PM
Subject: Re: Restrict Session In One Browser!
Hi Alexander.
Because tomcat use a session cookie (JSESSIONID), the sessions are
already limited to one per browers, except if the user deactivate
cookie, in which case only the Ur
Hi Alexander.
Because tomcat use a session cookie (JSESSIONID), the sessions are
already limited to one per browers, except if the user deactivate
cookie, in which case only the Url rewriting mecanism is used. In the
last mecanism, if the flow of page is interrupted (by accessing an url
not rewritt
Dear users,
Can anyone help on restricting 1 session per browser?
what we are trying to archieve here is when the users sucessfully login to our
server & establish a session, we want that session to lock in that current
browser & when another browser is open it show the previous login page aga