Hello,
I am using the built in membership provider with vwd. On login i want to add a custom session object from a UserData table in my sql database to session on login to be used on all pages of my application. I have looked all over for this and cant find a good answer to get an idea on how this works.
All i want to do is add Customerid from my UserData table to the specific user based on Userid of the currently logged on user and then add that to session so i can call on it anytime.
Can anyone help? Been looking for an answer for 2 weeks now.
Regards
I am using the built in membership provider with vwd. On login i want to add a custom session object from a UserData table in my sql database to session on login to be used on all pages of my application. I have looked all over for this and cant find a good answer to get an idea on how this works.
All i want to do is add Customerid from my UserData table to the specific user based on Userid of the currently logged on user and then add that to session so i can call on it anytime.
Can anyone help? Been looking for an answer for 2 weeks now.
Regards
Comment