A1VBCode Forums

Using Sessions


http://www.a1vbcode.com/vbforums/Topic27534.aspx

By Matrix101 - 4/22/2009

Hi All,



I am using specific sessions calls in my *.aspx pages and i have 2 questions related to this:



1-Is there a difference between using this type of session declaration in your aspx page?:

HttpContext.Current.Session.Item("Whatever") VS Session("Whatever")

Would this give the same information for a specific user?



2-Is using Session really User Specific data? I know you can share information using cache but is there possibilities that we have 2 different users (different browsers) that would share information threw sessions. Keep in mind that i am using SQLStateServer for my sessions



Thanks