Problems retreiving session data on View page |
(01-26-2015, 02:20 PM)CroNiX Wrote: You aren't using sessions properly when retrieving session data. Thanks but I don't want to store the data in an associative array, needs to be in a numeric array so that I can loop through the elements of the array using an index so I can put them into a table. Are you saying it's not possible to use a numeric array with session data? The data from the old functionality was stored in an associate array, before I changed it to a numeric array so I could use the index variable with it for looping. But, I was having the same problems with the page needing to be refreshed before moving the data into a numeric array, and the data was all displaying fine for several hours after changing it to a numeric array. I see the docs only mentioning using an associative array, but are you sure it cannot be done with a numeric one? |
Messages In This Thread |
Problems retreiving session data on View page - by user2374 - 01-26-2015, 01:03 PM
RE: Problems retreiving session data on View page - by CroNiX - 01-26-2015, 02:20 PM
RE: Problems retreiving session data on View page - by user2374 - 01-26-2015, 02:31 PM
RE: Problems retreiving session data on View page - by user2374 - 01-26-2015, 05:50 PM
RE: Problems retreiving session data on View page - by user2374 - 01-27-2015, 08:31 AM
RE: Problems retreiving session data on View page - by CroNiX - 01-27-2015, 09:24 AM
RE: Problems retreiving session data on View page - by user2374 - 01-28-2015, 12:58 PM
RE: Problems retreiving session data on View page - by CroNiX - 01-28-2015, 01:45 PM
|