I don't know for sure what this is but, it looks similar to a MS "__VIEWSTATE". If that is what it is, then essentially this is some internal server info that the server asks the client to save. This reduces server storage space/db access at the expense of client<->server communication bandwidth. The client acts like extended storage of the server.
Its been awhile since I wrote an LWP client to talk to an MS ASP server that required this, but what happens is that the server sends you a bunch of gibberish that you save and then re-send on the next request. The server then supplies "new" gibberish that you save again for the next request.
What is that "gibberish", who knows? The client does nothing at all with it. The client just functions as temporary storage for this stuff.
Don't know what is happening here, but this is one of the possibilities. And if so, there is no way that you will ever figure out what this bunch of gibberish means. It is server/application specific "state-of-the-connection" information.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.