Heres an interesting one.
Got a security app that we are working on.
One of the features is to allow the user to go to many of our intranet/internet sites and not have to login multiple times.
Is it possible to use one cookie which could then validate them accross these sites?
Lets say that the cookie contained the username and valid = true (we would'nt really do that though) the web app would then access this "generic cookie" and allow them to look at the site.
To add another twist the sites could be on different domains eg daffy.acme.com and ringo.beetles.com
Got a security app that we are working on.
One of the features is to allow the user to go to many of our intranet/internet sites and not have to login multiple times.
Is it possible to use one cookie which could then validate them accross these sites?
Lets say that the cookie contained the username and valid = true (we would'nt really do that though) the web app would then access this "generic cookie" and allow them to look at the site.
To add another twist the sites could be on different domains eg daffy.acme.com and ringo.beetles.com