You can do this

santhosh kumar replied to Charvi Sanghavi at 03-Jul-08 01:04
    Hi,

   When you login as a normal user. The session value will be like this:-

   Session["Normal User"] = "true";
   Session["SuperUser"] = "false";

   Similarly when you change it to a super user . You will channge the Session values:-

   Session["Normal User"] = "false";
   Session["SuperUser"] = "true";

   This can be done.


   Regards,
   Santhosh

Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Tracking changes to Session Variables. - Charvi Sanghavi  02-Jul-08 09:48 9:48:41 PM
      See this - Sujit Patil  03-Jul-08 12:14 12:14:16 AM
      try this - Vasanthakumar D  03-Jul-08 12:41 12:41:27 AM
      Update Session variable also - Arvind Kumar  03-Jul-08 12:45 12:45:50 AM
      reply - alice johnson  03-Jul-08 12:58 12:58:03 AM
      You can do this - santhosh kumar  03-Jul-08 01:04 1:04:52 AM
View Posts