Jump to content

Session Variable question


Shazbot!

Recommended Posts

I have a page that runs a query that totals the sums of totals for over 5000 people. The customer can then download this information.

The process takes about 2 minutes and then the results are placed in a Session Variable. This is so the user can review the information without having to run the query again.

 

The data is very large and I have noticed that it is slowing page navigation through the Intranet site. Is there another place where I can temporarily store this large data where it won't affect page surfing?

Link to comment
https://forums.phpfreaks.com/topic/61868-session-variable-question/
Share on other sites

I have a page that runs a query that totals the sums of totals for over 5000 people. The customer can then download this information.

The process takes about 2 minutes and then the results are placed in a Session Variable. This is so the user can review the information without having to run the query again.

 

The data is very large and I have noticed that it is slowing page navigation through the Intranet site. Is there another place where I can temporarily store this large data where it won't affect page surfing?

why dont you store the results into a text file on the server and log the data included in the file.  then when they want the data, it reads the file.  that should speed up the process.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.