localendar Forums Homepage


Print at Oct 23, 2025, 4:55:23 AM

Posted by support at Jul 19, 2017, 7:12:45 PM
Re: Are email addresses for reminders done by user agents?
The short/easy answer is, a cookie is associated with the site visitor.

However, ask a technical question, get a technical answer ;)
 
When a client visits the webapp for the first time and/or the HttpSession is obtained for the first time via request.getSession(), the servlet container creates a new HttpSession object, generates a long and unique ID, and store it in the server's memory. The servlet container also sets a Cookie in the Set-Cookie header of the HTTP response with JSESSIONID as its name and the unique session ID as its value.
The session referenced above is normally only valid for the length of time the browser is open. However, localendar sets a site-specific cookie as well.
----------------------------------------
Marc Higgins
Support Associate, localendar.com
Follow us on Twitter! http://www.twitter.com/localendar_news

Help! | Cobranding | Legal | Privacy Policy | About localendar.com | Contact Us