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
showing the jsessionid...for example:
1) http://www.abc.com/test/index.jsp;jsessionid12323213
to
2) http://www.abc.com/test/ (this also apply to other page within the same
browser if user click)
Regards,
Alexander Khoo
- Original Message
From: David Delbecq <[EMAIL PROTECTED]>
page show
4) click "CTRL N" or "click FILE > NEW > WINDOWS & another browser with
http://www.xyz.com/MemberAgreeRule.do link will show,in this stage the new
browser will show "Page Has Expire" but when you click refresh the page is back
into business again.
Hi,
Thanks,This has been resolve by encode the jsessionid into the a frame,Now when
user create a new windows the login page will show.
Regards,
Alexander
- Original Message
From: Michael Jouravlev <[EMAIL PROTECTED]>
To: Tomcat Users List ; Alexander Khoo <[EMAIL
PROTECT
identify it?
Please Help!
Alexander Khoo
Header, getHeaders,
> getHeadersNames.
>
> Read Servlet Spec 2.4 or 2.5 Headers 4.3
>
>
> Wrote your own Valve or ServletFilter
>
> Regards
> Peter
>
>
> Am 22.09.2006 um 06:44 schrieb Alexander Khoo:
>
> > Dear All,
> >
> > We currently