Ask a Question related to ASP.NET Security, Design and Development.
-
Ivaylo Guberov #1
Unique identifier ?
Hi there
I have following problem - in my web application i want to track every user
logged currently in the system so far so good until now I've used SessionID
until i've found following problem - When I open new browser window from
currently opened browser - File/New/Window the sessionID is the same!:) may
be this is normal but turns my logic upside down :) can anyone give me some
advise about what unique identifier to use per logged user ? i've tried to
add a cookie with value GUID in my login page when i'm in other page it
dissapears.
Thanks in advance
Ivaylo Guberov Guest
-
Unique Form inserting into many tables using unique id
I have a Registration Form that have 3 steps. The data could be inserted into many (4) tables. Some data corresponding to a one table (the main or... -
Unique object identifier?
Hello, I am having problems with some object-oriented code in PHP. I suspect that it has to do with references, ie. that PHP copies my object... -
string as identifier
Hello, This is an extract form help file: `The dot operator uses the name of an object on its left side and the name of a property or variable on... -
Computer Identifier
I need to retrieve from both Mac and Windows computers some bit of information that is unique to each individual machine. It need not be the same... -
row identifier
Hello! I need advice on how to identify a row with particular field value? I have a table with 3 fields: id, title, date. I need to know... -
One Handed Man \( OHM - Terry Burns \) #2
Re: Unique identifier ?
Just make sure you get the GUID into a session variable from your home page,
then you have it throughout the site.
--
OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me
Time flies when you don't know what you're doing
"Ivaylo Guberov" <IvayloGuberov@discussions.microsoft.com> wrote in message
news:EAB7FF24-5C0D-4D9D-8065-3631A01F672F@microsoft.com...user> Hi there
> I have following problem - in my web application i want to track everySessionID> logged currently in the system so far so good until now I've usedmay> until i've found following problem - When I open new browser window from
> currently opened browser - File/New/Window the sessionID is the same!:)some> be this is normal but turns my logic upside down :) can anyone give me> advise about what unique identifier to use per logged user ? i've tried to
> add a cookie with value GUID in my login page when i'm in other page it
> dissapears.
>
> Thanks in advance
One Handed Man \( OHM - Terry Burns \) Guest



Reply With Quote

