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!

IE limitation in UR (address) length....CAN THIS BE TRUE? 1

Status
Not open for further replies.

WildWest

Programmer
Apr 2, 2002
111
US
I'm build a web application this is passing variables in the URL string in the address bar and seem to have encountered a limitation in the URL (Address) length. It works fine in Netscape but it doesn't work in IE. I think IE has a limit and if so, does anyone know how I can get around it????

Thanks in advance!!!!
 
I overcame a similar problem when designing a website... my solution was to use php sessions - store all your variable in a session and just pass the session id number to the new page.

I'm sure a similar procedure will work with different active server technologies.

<marc> i wonder what will happen if i press this...[pc][ul][li]please give feedback on what works / what doesn't[/li][li]need some help? how to get a better answer: faq581-3339[/li][/ul]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top