I keep getting random Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in xxx.php on line XXX
where xxx could be any script and XXX any line number. I look at the script at the line number it looks ok to me.
I there anybody who knows where i should start to look in my code ?
I am using a lot of includes
I am using sessions
I am disableing coookies via the script (ini alter)
I start a session fo every users
For some reason - i have a feeling it is when there are two or more accesses at the same time.
I run the same scripts on windows 98.nt and they runn for ever.
One interesting thing is it seems that I am not the only one - if you search on google with search string
fatal + error + php + memory + exhausted
You get quite a few untitled pages - these page have given this error to the spider.