Anas Ghanem

<ItemTemplate ".Net Tips" runat="Weblogs.asp.net" Country="Palestine" />

Browse by Tags

All Tags » ASP.NET » Session (RSS)
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: May 07 2008, 10:50 PM by anas | with 5 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...
More Posts