Using session and events
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I m developing a project on parking system. I need to know how to make an entry to the session log table when an user logs in and how to remove the session when he logs out. and also when the user adds,deletes or updates an entry should be made in the event table. Pls help me out
-
Hi, I m developing a project on parking system. I need to know how to make an entry to the session log table when an user logs in and how to remove the session when he logs out. and also when the user adds,deletes or updates an entry should be made in the event table. Pls help me out
Have a look to the following link Exploring Session in ASP.Net
Cheers!! Brij