Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Unique ID for each user....
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

redbrad0
Advanced Member

USA
3725 Posts

Posted - 30 March 2001 :  18:50:27  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
Im working on a site and i want to be able to track the users of the site. On one site that I know here is part of the URL...

terms-of-use-static.jhtml;$sessionid$SUT5I4QAACE5NWGIHUXETIWYZA4S1PX0?loc=Registration&linkLogos=false

where the session id is a random set of numbers and letters. i know i could use session.sessionid to get their session id, but would there be a better way of this?

i hope i make since

Brad

redbrad0
Advanced Member

USA
3725 Posts

Posted - 03 April 2001 :  08:45:40  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
*bump*

anyone?

Brad
Go to Top of Page

lancepr
New Member

73 Posts

Posted - 04 April 2001 :  16:18:50  Show Profile
Here ya go


<%
Function getGUID()
Dim myTypeLib
Set myTypeLib = Server.CreateObject("Scriptlet.Typelib")
getGUID = myTypeLib.guid

End Function
'get GUID
Dim strGUID
strGUID = getGuid()

'strip out {, }, and -
strGUID = Replace(strGUID, "{", "")
strGUID = Replace(strGUID, "}", "")
strGUID = Replace(strGUID, "-", "")
%>


Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07