AMit Bairagi wrote:
>
> i agree tom, i am not an expert in servlets. I am
> actually a beginner for servlets. But my prob is that
> suppose if a user had disabled cookies. Then how can i
> handle this situation?
The servlet engines can do session tracking via url re-writing, i.e.
embedding a special query string with all URLs. This, obviously, does
not rely on the user having cookies enabled, and is what various large
sites (my bank, for example) appear to use. I can't recall the exact
semantics of it though, you'd be well served by a decent book on
servlets anyway.
Cheers,
Tom
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]