I have been using grocery crud + image crud together with tankauth to create a album storage area for images. It seemed to be working great until my gf tried to upload a whole folder worth of images ( like 100+ ). what happens is she logs in, creates an album (with grocery crud) then clicks a custom action to add images ( image crud with category - the album id ). It will upload about 30ish images then it will stop and send her to the log in screen..I suppose this is because the session variable is being destroyed. Is there any way that during the upload loop to refresh the session variables to prevent this ?
Is there a set size or limit of images that image crud can upload?