Posting to Ashx files and requesting token
Posted: Mon Feb 02, 2009 9:19 am
I'm getting some confusing results around myCustom.ashx handler.
If i visit the handler via the browser:
i get Token.Instance.User.UserId = 162 // which is correct
If i post to the handler:
i get Token.Instance.User.UserId = 163 // obviously a new user is generated.
Any thoughts?
If i visit the handler via the browser:
i get Token.Instance.User.UserId = 162 // which is correct
If i post to the handler:
i get Token.Instance.User.UserId = 163 // obviously a new user is generated.
Any thoughts?