Try this one

Sujit Patil replied to Charvi Sanghavi at 03-Jul-08 12:17

you can check it on edit of that user login. Means when user update record of master table in db you can save that to same session which you have used for role like;

e.g. When you have first logged in you have kept the session values into ;

Session("role") i.e. Session("role")="Normal"

and then at the time of update you can easily make it to Super like;

Session("role")="Super"

And if you want to track this change then you can use another session and can update the value of that same as above.

e.g. if you have mentian a session for change like;

Session("changeRole")="false"

make it true at the time of updation like;

Session("changeRole")="true"

You can access these session values in your application for further process.

Best Luck!!!!!!!!!!!!!!!!!!!!
Sujit.


Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Tracking changes to a session variable. - Charvi Sanghavi  02-Jul-08 09:46 9:46:50 PM
      solution Tracking changes to a session variable. - Umapathy Kaliaperumal  02-Jul-08 10:07 10:07:43 PM
      Try this one - Sujit Patil  03-Jul-08 12:17 12:17:23 AM
      try this... - Vasanthakumar D  03-Jul-08 12:45 12:45:06 AM
      Re: Tracking changes to a session variable. - Ashutosh Dhok  04-Jul-08 09:09 9:09:09 AM
View Posts