Welcome Guest   | Login   
  Search  
  Index |  Recent Threads |  Register | 


Quick Go »
Thread Status: Normal
Total posts in this thread: 3
[Change thread status] [Delete this Thread] [Move this Thread]
[Add To My Favorites] [Watch this Thread] [Post new Thread]
Author
Previous Thread This topic has been viewed 385 times and has 2 replies Next Thread
calliduscloudnexus
Newbie



Joined: Dec 20, 2016
Posts: 35
Status: Offline

Edit this Post   Are email addresses for reminders done by user agents? Reply to this Post
Reply with Quote
[Delete this Thread]

Localendar is a public calendar (logins are not required), so the only way to differentiate users is by the browser they are using on a computer. Is that done by user agent in the HTTP header? How do you tell the difference between two people running the same browser on the same type of computer? I haven't been asked this question by a customer yet, but I probably will. Thanks!
[Jul 18, 2017, 4:30:52 PM] [97.65.120.2] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
support
localendar Expert
Member's Avatar


Joined: Aug 9, 2022
Posts: 6395
Status: Offline
Edit this Post   Re: Are email addresses for reminders done by user agents? Reply to this Post
Reply with Quote
[Delete this Post]

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
----------------------------------------
[Edit 1 times, last edit by support at Jul 19, 2017, 7:13:10 PM]
[Jul 19, 2017, 7:12:45 PM] [First IP: 69.126.188.75 - Last IP: 69.126.188.75] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
calliduscloudnexus
Newbie



Joined: Dec 20, 2016
Posts: 35
Status: Offline

Edit this Post   Re: Are email addresses for reminders done by user agents? Reply to this Post
Reply with Quote
[Delete this Post]

Thanks, Marc. That makes sense. The site-specific cookie allows the memory of what email address someone uses for a specific browser to be kept.
[Jul 19, 2017, 9:10:08 PM] [73.189.243.220] Show Post Printable Version [Link] Report threatening post: please login first  Go to top 
[Show Thread Printable Version] [Post new Thread]

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