| Author |
Message |
kwild
Guest
|
Posted:
Thu Jan 13, 2005 7:15 pm Post subject:
Changing cmsAuthenticationTickets in mid-session |
|
|
I'm trying to change the CmsAuthenticationTicket in mid-session. When the
user first hits my site, I authenticate them using a cms account with
extremely limited priviledges. At some point during the session, the user can
then log in with their credentials. I've tried to re-authenticate the user,
but notice that the ticket is not getting replaced...
any thoughts? Thanx. |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Thu Jan 13, 2005 7:24 pm Post subject:
Re: Changing cmsAuthenticationTickets in mid-session |
|
|
Hi,
you will need to do an extra round trip to replace the ticket as the ticket
is sent to the server in a cookie.
You first remove the authentication ticket and then create a new one and do
a client side redirect to the page that should use the new ticket to ensure
that the client sends the new cookie.
Cheers,
Stefan.
"kwild" <kwild@discussions.microsoft.com> wrote in message
news:26CBD382-6E71-4775-826C-0005DE98E8FE@microsoft.com...
| Quote: | I'm trying to change the CmsAuthenticationTicket in mid-session. When the
user first hits my site, I authenticate them using a cms account with
extremely limited priviledges. At some point during the session, the user
can
then log in with their credentials. I've tried to re-authenticate the
user,
but notice that the ticket is not getting replaced...
any thoughts? Thanx. |
|
|
| Back to top |
|
 |
Angus Logan [MVP]
Guest
|
Posted:
Thu Jan 13, 2005 7:27 pm Post subject:
Re: Changing cmsAuthenticationTickets in mid-session |
|
|
Hi,
Can you post the code you are using to re-authenticate them with higher
privileges?
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"kwild" <kwild@discussions.microsoft.com> wrote in message
news:26CBD382-6E71-4775-826C-0005DE98E8FE@microsoft.com...
| Quote: | I'm trying to change the CmsAuthenticationTicket in mid-session. When the
user first hits my site, I authenticate them using a cms account with
extremely limited priviledges. At some point during the session, the user
can
then log in with their credentials. I've tried to re-authenticate the
user,
but notice that the ticket is not getting replaced...
any thoughts? Thanx. |
|
|
| Back to top |
|
 |
|
|
|
|