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

Link to comment
Share on other sites

Thanks ViN86,

however, they will not allow PHP to have write permissions.

 

Thanks frost110,

Not my server and I have no access to to change any settings.

 

Good luck. I bet you are SOL (Shit out of Luck)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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