Using Session to handle Membership - Secure enough?

C

Cirene

My membership portion of my website is pretty simple - only Admin and 2
other roles.

I was thinking of using session vars store the login information? Such
as...
If Session("IsAdmin") then.... ' allow access to the page

If they login ok I would just set Session("IsAdmin") = True, etc...

Is using Session vars a secure enough way to do it? I know that I will not
be able to take advantage of the login control, etc...

(I am using MySql and it's been a pain trying to make it the provider to use
the built-in stuff.)

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top