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
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
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.
>>
>
>
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