L
Larry Foulkrod
I have several questions.
1) Does forms authentication store and re-send data intended for the
secured page via a post request during its redirection to the login page?
For example, I am a authenticated user filling out a form. I leave my
computer for a bit and my session times out. I come back and submit the
form. How is this handled within the forms authentication model?
2) I have multiple domain names. I persist cookies in the browser once for
each domain. The user authenticates on www.thisdomain.com but then requests
a resource on www.thatdomain.com. Will I be able to access the users
authentication status?
1) Does forms authentication store and re-send data intended for the
secured page via a post request during its redirection to the login page?
For example, I am a authenticated user filling out a form. I leave my
computer for a bit and my session times out. I come back and submit the
form. How is this handled within the forms authentication model?
2) I have multiple domain names. I persist cookies in the browser once for
each domain. The user authenticates on www.thisdomain.com but then requests
a resource on www.thatdomain.com. Will I be able to access the users
authentication status?