|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Storing a web page's <body> content in a session variable?
<i><b>Originally posted by : Brian Alderson (brianalderson@cwcom.net)</b></i><br />I am looking for a way to store a web page's content into a session variable for later parsing.<br /><br />i.e I want to store the requested page into a buffer and then parse the data before displaying it, much like a search engine robot does. Any help with this is greatly appreciated!
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : steve</b></i><br />i think you mis-understand session and buffering.<br /><br />Buffering holds the page in memory before being sent to the client either through the flush command or the </html> tag. Holding content and as much as a page isn't smart to hold in a session variable. Sessions are held in server memory. I don't recommend holding anything in sessions unless you have too. <br /><br /><br />------------<br />Brian Alderson at 4/15/2000 10:25:50 AM<br /><br />I am looking for a way to store a web page's content into a session variable for later parsing.<br /><br />i.e I want to store the requested page into a buffer and then parse the data before displaying it, much like a search engine robot does. Any help with this is greatly appreciated!
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Storing a web page's content in a session variable? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|