Z
Zhao
I got a session question:
As my understanding, servlet basically uses cookies / URL rewrite to
pass session info around.
What if
- the user turns the browser cookies off,
- after surf in web site with a session, say S, for a while,he reach
page P
- he bookmark P
- he types an external URL in the "location" field of the browser,
- and then come back to page P using his bookmark (access P without
rewritten
URL)
Can servlet still track that the user is still within S (logically the
user
haven't done his "session" yet - just check some external reference
before go further)?
Or we have to (or can only) consider he exit S when he visit an
external link?
thanks
As my understanding, servlet basically uses cookies / URL rewrite to
pass session info around.
What if
- the user turns the browser cookies off,
- after surf in web site with a session, say S, for a while,he reach
page P
- he bookmark P
- he types an external URL in the "location" field of the browser,
- and then come back to page P using his bookmark (access P without
rewritten
URL)
Can servlet still track that the user is still within S (logically the
user
haven't done his "session" yet - just check some external reference
before go further)?
Or we have to (or can only) consider he exit S when he visit an
external link?
thanks