|
-
Jul 28th, 2006, 06:42 AM
#1
Thread Starter
Fanatic Member
Re: SErver.Redirect in ASP
Hi,
When you use the REdirect server object function, can you transfer variables to this, without using cookeis?
ta
kai
As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..
A few things that make a good Developer a Great One.
Methodical and a thorough approach to research and design inevitably leads to success.
Forward thinking is the key to Flow of control.
Never test in the design environment, always test in real time, you get the REAL results.
CBSE & OOSE are the same animal, they just require different techniques, and thinking.
SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
The key to good design is explicit attention to both detail and response.
Think Freely out of the "Box" you're in..... You will soar to better heights.
Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT
-
Jul 28th, 2006, 07:03 AM
#2
Re: SErver.Redirect in ASP
You can append a query string. Or you could use session variables to store the data, but that would require a cookie for the session ID.
-
Jul 28th, 2006, 07:47 AM
#3
Thread Starter
Fanatic Member
Re: SErver.Redirect in ASP
Hi penagate,
Cheers for thsi, am already awre of this, but what I actually wanted to know (should ahve stated this earlier)
if the user has his orher browser set to not store any sort of session variables within the cache, is it possible to transferr these values in hidden form variables?
Note. other chose is using Cookes, and dont want to use these at all...
ta
Kai
As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..
A few things that make a good Developer a Great One.
Methodical and a thorough approach to research and design inevitably leads to success.
Forward thinking is the key to Flow of control.
Never test in the design environment, always test in real time, you get the REAL results.
CBSE & OOSE are the same animal, they just require different techniques, and thinking.
SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
The key to good design is explicit attention to both detail and response.
Think Freely out of the "Box" you're in..... You will soar to better heights.
Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT
-
Jul 28th, 2006, 01:04 PM
#4
PowerPoster
Re: SErver.Redirect in ASP
No the form is not passed, Response.Redirect is same as clicking on a link (querystring)
-
Jul 29th, 2006, 02:45 PM
#5
Re: SErver.Redirect in ASP
Those variables should be available to the pages you redirect to as long as they are within the same application area.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|