M
Michael Jacobs
Guest
The ClientContextId is paired to the HTTP login session ( JSESSIONID cookie ). So when there is no login session ( as opposed to per request user authentication ) a new context id is generated to distinguish it from any client's previous request. Is there a reason why you want user login sessions that span multiple client requests in your application but do not want to use the FORM model that supports that? ( Just curious... ) Mike J.
Continue reading...
Continue reading...