R
Russell
Hi there,
I'm currently creating a .NET Web Application and I have a question about
passing values from one screen to another. I previously used Session
variables in the code to store these values, however I can no longer use
this method because of my current website "Cloaking" the URL. (When site is
cloked, the session variables don't seem to work with frames)
Anyway, I was wondering if anyone could offer an alternative, I have tried
using the querystring however this isn't secure as users can type different
values in the URL path and possibly have access to resources they are not
supposed to.
My question is are there alternatives to pass values that the user has
selected from one point to another, I guess I can drive it by the database
so long as I can always store their UserID once logged in somewhere but that
brings me back to the original question, how does the UserID store itself
throughout the duration of the users session without using the server
session variable.
Any help appreciated.
Regards, Russell
I'm currently creating a .NET Web Application and I have a question about
passing values from one screen to another. I previously used Session
variables in the code to store these values, however I can no longer use
this method because of my current website "Cloaking" the URL. (When site is
cloked, the session variables don't seem to work with frames)
Anyway, I was wondering if anyone could offer an alternative, I have tried
using the querystring however this isn't secure as users can type different
values in the URL path and possibly have access to resources they are not
supposed to.
My question is are there alternatives to pass values that the user has
selected from one point to another, I guess I can drive it by the database
so long as I can always store their UserID once logged in somewhere but that
brings me back to the original question, how does the UserID store itself
throughout the duration of the users session without using the server
session variable.
Any help appreciated.
Regards, Russell