01-30-06 02:09 AM
I tried your suggestion but it did not work.
In the meantime what I tried to do is to login through the .Net page. I can
login and I checked with the asp pages, it seems to send out correct result.
The only problem now is with the objects created in global.asa file. I am
trying to create them in Global.asax file.
For ex: In Global.asa "Commerce.ProfileService" object is created and
initialized and added to the Application variable. How do you get the same
thing to do in Global.asax file. I am having hard time trying to figure this
out?
Please let me know,
Thanks,
Sameer
"Eric" wrote:
> I had a similar problem recently, after logging in I always got "false"
> from isAuthenticated():
>
> I solved the problem after a lot of testing, turned out to be the "set
> cookie path to application"-checkbox found in the site properties in
> Commerce Server Manager. Unchecking this solved the problem.
>
> Kind Regards,
> Eric
>
>
[ Post a follow-up to this message ]
|