vote up 0 vote down star

I want all interaction with the db to occur on the db layer. So, when using the membership API's ValidateUser() method, I call down to it. Will this set the cookie or does it need to be called in the ui layer for a cookie to be set?

flag

36% accept rate

1 Answer

vote up 0 vote down check

It needs to be done somewhere where the Response is generated, which is generally in a page class.

So it won't work in a DB layer.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.