Okay so that was a silly mistake...I forgot to put the "session_start(); in the code. Now I can't load the index though...it's telling me:
Notice: main() [function.main]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "Feedback" of the object you are trying to operate on was loaded before unserialize() gets called or provide a __autoload() function to load the class definition in /fsys2/www/html/cpadev/_feedback/views/show_form.php on line 7
Fatal error: main() [<a href='function.main'>function.main</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "Feedback" of the object you are trying to operate on was loaded before unserialize() gets called or provide a __autoload() function to load the class definition in /fsys2/www/html/cpadev/_feedback/views/show_form.php on line 22
.....
this wasn't happening before! please help!!