posted 22 years ago
also ... a session starts the first time a user requests a page in an application and the web container needs to remember information (state) about this request. However, if for example a user starts by just browsing one html page to another html page, then such a session is not started as no request info need to be maintained. For the login, if the previous pages browsed were simply html pages, then the session starts when the login entries are submitted since such entries need to be maintained for use in subsequent requests.
[ March 19, 2003: Message edited by: boyet silverio ]