Basically this is is a work item for creating shared session functionality between AppDomains. So you can essentially login to one web application and automatically already be authenticated for ano...
I noticed the other day that profiles and personalization were a neat piece that could work well in this. So heres' a little work item to make those objects available via web services which would e...
Currently the server-side doesn't clean up after itself and old sessions remain. I'll probably build a better security factor in to expire old sessions and/or delete them.
---------edited Aug 14, 2007-------- I've decided to implement another form of security using a shared key. It's a custom solution and only recommended for Medium Trust shared hosting solutions. Fo...
Basically once a service key is validated the client application has free reign against the membership functions. This is fine for a web application in most cases because it's running on a trusted ...
Hi, I want to describe some feature request, which i would also like to contribute for in the next future. I only want some feedback for coding and realization. Feature request 1: password expi...
I'm planning on pushing out a sample windows form client application to show how this would work. This task is kind of dependent on the security issue. The windows client sample is basically jus...