Hello, I have 2 actions Login and Check, the first one sets session variables and the second return their values, in my web project for testing i'm requesting Login first and then Check in the same function but Check returns that the session variable value is empty.
In my old project i never had to send back the session ID, if its neccesary i would appreciate some examples on how should be done.