|
Home > Archive > Microsoft Content Management Server > March 2007 > reading from HTTP Cookie
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
reading from HTTP Cookie
|
|
|
| We have a form that when loaded should pre-populate data from our Database
with logged in user information. This is a member profile form.
Our users can log into our site and we are able to identify them by reading
the cookie. However, with our profile page it will not pre populate with
data when the user is logged by reading from the cookie that is created at
login. We know the cookie is being created and is accessible because we are
able to display the Full Name of the person who is logged in on home page.
The interesting thing is that on our Dev site, this works but on the Live
site it does not.
We cannot figure out if the problem is in the code, the cookie, the config
file, etc...
Any suggestions would be helpfull.
Jimmy
| |
| Stefan Goßner [MSFT] 2007-03-29, 7:16 pm |
| Hi Jimmy,
this sounds more like an ASP.NET question than a MCMS question.
Please post to an ASP.NET related newsgroup.
Ceers,
Stefan
"Jimmy" <Jimmy@discussions.microsoft.com> wrote in message
news:072C73E7-4501-489C-BC8C-A0A49964E03E@microsoft.com...
> We have a form that when loaded should pre-populate data from our Database
> with logged in user information. This is a member profile form.
>
> Our users can log into our site and we are able to identify them by
> reading
> the cookie. However, with our profile page it will not pre populate with
> data when the user is logged by reading from the cookie that is created at
> login. We know the cookie is being created and is accessible because we
> are
> able to display the Full Name of the person who is logged in on home page.
>
> The interesting thing is that on our Dev site, this works but on the Live
> site it does not.
>
> We cannot figure out if the problem is in the code, the cookie, the config
> file, etc...
>
> Any suggestions would be helpfull.
>
> Jimmy
|
|
|
|
|