I have using ASP and JSP. They both have session cookie
which will track the user through the whole seesion
when he/she on your website.
But once user close ALL copies of the browser,
the session is gone and session cookie destroyed.
How can I implement this.
Since tracking user session is very important,
but I don't want the cookie still there once user leave the session.
Thanks