It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Junior Member
Join Date: Jul 2006
Age: 36
Posts: 10
|
Hi all , I am building a site with ASP (VBscript) .
the site connected to the database (MySQL) I have several different pages on my site they are working with different tables in database but I have to dilever information from one page to others ,I don't know how to do that . For Ex: When a user enters my site he is on first page (Index.asp) , if he moves to other pages ,I need to transfer his username and other information . Please help thanks connor |
|
|
|
|
|
|
|
#2 (permalink) |
|
Member
Join Date: Jul 2006
Age: 48
Posts: 45
|
This can be done by either using Cookies or Session object to pass user profiles or other data.Cookies should be used only to store non-sensative information, or information that can be retrieved from an authoritative source. Cookies shouldn't be trusted, and their contents should be able to be validated.
If using cookies, remember that it’s quite different from storing data in the Session Object, and the following should be taken into account:
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| . How do I redirect 100+ .html pages to .php pages? | jason | Site and Server Administration | 0 | 08-01-2006 03:55 PM |
| How to declared the Global variables in web.config in asp.net ? | gage | .NET | 3 | 07-10-2006 05:53 AM |
| How do u add extra pages? | zkinny | Forum Management | 3 | 02-17-2006 04:16 PM |