Re: Passing Variables WITHOUT Dynamic URLs

2009-09-17 Thread Victor Subervi
Session variables, yes. That is what I need. Thanks, V On Thu, Sep 17, 2009 at 11:46 AM, Carsten Haese wrote: > Victor Subervi wrote: > > Right. Bad example on my part. How about if I want to pass a cookie from > > page to page? Or some data called up from a database query? > > Cookies are also p

Re: Passing Variables WITHOUT Dynamic URLs

2009-09-17 Thread Carsten Haese
Victor Subervi wrote: > Right. Bad example on my part. How about if I want to pass a cookie from > page to page? Or some data called up from a database query? Cookies are also passed in the header. Results from a database query are best left on the server rather than passing them back and forth b

Re: Passing Variables WITHOUT Dynamic URLs

2009-09-17 Thread Victor Subervi
Right. Bad example on my part. How about if I want to pass a cookie from page to page? Or some data called up from a database query? V On Wed, Sep 16, 2009 at 7:30 PM, Rami Chowdhury wrote: > I like to pass at least browser >> information from page to page to make pages display properly. >> > >

Re: Passing Variables WITHOUT Dynamic URLs

2009-09-16 Thread Rami Chowdhury
I like to pass at least browser information from page to page to make pages display properly. What kind of web framework are you using? Most allow you to access the HTTP headers sent with a request -- in this case, what you'd be after is the 'User-Agent' header. On Wed, 16 Sep 2009 16:21:4

Passing Variables WITHOUT Dynamic URLs

2009-09-16 Thread Victor Subervi
Hi; Search engines don't like dynamic links. I like to pass at least browser information from page to page to make pages display properly. Spiders couldn't care less about asthetics, so that wouldn't matter to them. But passing something like *.com?browser=IE5 trips the spider up. Is there a way to