Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

session id -just getting started - general questions

Status
Not open for further replies.

ibjdt

Programmer
Nov 25, 2002
63
i have a perl based cgi pricing system on my intranet that i would like to develop for an extranet.

currently, sales people login to the intranet system to get customer prices. customers get unique pricing depending on several factors so the login lets the program know which pricing to show.

aside from pricing screens, there are 3-5 other 'sections' that don't require login (tech info, product tutorials, literature, etc.). however, i have made all pages cgi so i can pass the login ID between pages.

it appears session ID is what i need to use, but i haven't started 'coding' with it because it is confusing to me.

my questions are these:
-can the main page (with login form) and the other non-pricing pages be html??
-if so, how does the session ID get passed through these pages as users navigate back and forth?
-does the session ID re-set if an html page is re-accessed?
-most importantly, how can i translate the session ID into the users ID and keep that correlation during the session?

thanks for the help.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top