Re: Image request after page request (General questions)
Dirk,
Unfortunately, the answer to both these questions would be no. In case of the first question, a client creates a completely new request.
The only thing you could peobably do is keep track of each request, and distinguish them based on some properties (i.e. IP address, username or password, session variable). You could in that case keep track of the requests server-side.
As for the second question, a client simply tells server the document he wants to retrieve. Server is the one that actually tells him what type of content is being sent (sets Content-type header).
Hope this helps.
Regards,
Damba
Complete thread:
- Image request after page request - dirk, 2011-10-19, 12:43
- Re: Image request after page request - wodDamir, 2011-10-19, 13:07
- Re: Image request after page request - dirk, 2011-10-19, 14:08
- Re: Image request after page request - wodDamir, 2011-10-19, 13:07