You can use a HttpSession for session tracking, it uses URL Rewriting if
cookies are disabled....

http://java.sun.com/j2ee/j2sdkee/techdocs/api/index.html

javax.servlet.http for more info
-----Original Message-----
From: Manish, Singh (IE10) [mailto:[EMAIL PROTECTED]]
Sent: den 11 januari 2001 11:57
To: [EMAIL PROTECTED]
Subject: Re: Need help about session


In this case the only option u have is URL Rewriting, you can get hold of
Jason Hunter's Servlet Programming , that will clear ur doubts

Manish Singh

May the Force be with you

> -----Original Message-----
> From: dkabali [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, January 11, 2001 4:07 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Need help  about session
>
> Hi,
>
> I am currenty involved in secure project so I want know some
> most important details from your side
>
> which is I tried & in my knowledge when cookies is disabled
> in browser definitely we can't use cookie & Session tracking why because
> session also storing in cookies
> so please advise me to take tracking  session  and when I press logout I
> should not allow anybody to see visited page without entering login
>
> thanks in advance
>
> kabali
>
> __________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to