manishsawant
MIS
Hi,
I am using the cache object to store user permissions as i want these permissions in the global.asax. On successful login i store the permissions in the cache object. Suppose there are 2 users and first one logs in and gets inside the site then the second one logs in so will the permissions in the cache object be overwritten. If yes then what would be the solution for this.
I am using ASP.net 2.0 and C#. The permissions are stored as a string[]. I need them in global.asax because i want to authenticate user for every url(which i get using Context.Request.Path)
Thanks,
Manish
I am using the cache object to store user permissions as i want these permissions in the global.asax. On successful login i store the permissions in the cache object. Suppose there are 2 users and first one logs in and gets inside the site then the second one logs in so will the permissions in the cache object be overwritten. If yes then what would be the solution for this.
I am using ASP.net 2.0 and C#. The permissions are stored as a string[]. I need them in global.asax because i want to authenticate user for every url(which i get using Context.Request.Path)
Thanks,
Manish