kayaker411 wrote:
Hi TheKiwi,
I think your integration solution is the simplest I've see yet. I
like that! is it possible for you to share here the code you use to set
the WWF cookie on your other applications login page, of course leaving
out any details for security. I have looked through the common.asp and
fail to see what needs to take place cookie-wise for a user to not have
to login. I am not very familiar with using cookies
Thanks!
|
Exactly the same as WWF does it
Response.Cookies("WWF")("UID") = rsTemp("User_Code")
Response.Cookies("WWF")("NS") = 1
|
A few other things I did was add some code that if certain other
session variables didn't exist (eg its integrated with a shop having
session variables) then destroy the cookies adn make them log in again