setting a cookie to be used across web apps
Posted
by danit
on Stack Overflow
See other posts from Stack Overflow
or by danit
Published on 2010-05-07T10:01:20Z
Indexed on
2010/05/07
10:08 UTC
Read the original article
Hit count: 195
I have a number of apps all under the same domain: E.g.:
app1.overflow.com app2.overflow.com/email app3.overflow.com/home
I setting using these functions: http://www.elated.com/articles/javascript-and-cookies
How can I setup the cookie so that It can be read across all of the applications?
I dont seem to be able to get this to work?
© Stack Overflow or respective owner