Anas Ghanem

ASP.NET from the middle east

Syndication

Sponsors

News


    Subscribe in a reader

Browse by Tags

All Tags » Session (RSS)
Changing the session ID programmatically.
This will show how to programmatically change the user session Id ....

Posted by anas | 2 comment(s)

Filed under: ,

Securing your web site using session
When using Asp.net , there is many ways to secure your web site pages . you can use Windows authentication , Or Forms Authentication services. Through asp.Net forums, I noticed that there is many developers trying to use the session to secure there web...

Posted by anas | 7 comment(s)

Filed under: ,

Avoid session loss when using Cookieless sessions with XML Sitemap Provider
In march 2008 , I showed how to avoid losing session when using cookiless sessions with XmlSiteMapPorvider. I mentioned how to quickly fix this issue by handling the Data Bound events of Navigation controls . Since This issue is still reproducible in...

Posted by anas | with no comments

Filed under: ,

Avoid using the Session in The Page Constructor OR in Page Local Variables
While I'm helping the Folks on asp.net forums, I noticed that there is a lot of develoeprs trying to access the Http Session in Page Constructor ! Most of them used this to Implement a kind of Secured Base Page that checks the session value ,and if its...

Posted by anas | 9 comment(s)

Filed under: ,

Tip/ Trick: Preventing Session Loss when using Cookieless sessions with TreeView and Menu controls
By default .net runtime uses the cookies to remember the session Id between the requests , but when using Cookie less sessions ,the runtime inserts the Session Id to the requested url , this way the runtime can remember the session id and prevent the...

Posted by anas | 6 comment(s)

More Posts