Feeds:
Posts
Comments

Posts Tagged ‘ASP.Net’

Das mit dem EfA-Fontsize-Script mitgelieferte cookies.js ist buggy. Es macht alle Cookies zu Domain-Cookies mit 7 Tagen Gültigkeit. Damit werden auch temporäre Session-Cookies zu permanenten Cookies.

Read Full Post »

If you’ve read my Article about How to wrap the ASP.net session state I want to show you how to make the wrapper testable using the Free .Net Ambient Context Pattern Implementation.
If you only want a easy ASP.net session state wrapper snippet without any dependencies, try How to wrap the ASP.net session state

In the initial [...]

Read Full Post »

Implementing a SessionVariable that wraps HttpContext.Current.Session in a intuitive and typesafe manner.

Read Full Post »