As the title says, and similar to this question in the way that I am setting an object using the SessionHelper.SetValue method, it is returning null when I try to access it. The codefile is located...
I have a requirement to logout the user when he resets his password through password reset link received in email.The application does not properly invalidate a user’s session on the server after t...
I have a predictive search which has recently been found to only be getting English results no matter the culture of the site. When looking into it I found that the SessionHelper is returning en-us...
In an application I am building where a user can save 0 to many items to their @favourites@. As new items are saved the application grabs the existing favourites from the session appends the new on...