
April 1st, 2000, 10:58 AM
|
|
Junior Member
|
|
Join Date: Jan 2000
Location: Gorakhpur,U.P.,India
Posts: 24
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I have implemented session tracking in an application of mine which i am detailing below. hope u find it useful...
i am using a combination of the username and the ip address of the user to generate a session variable from page to page. this string is encrypted using md5
this works fine without any problems...
|