Forum OpenACS Q&A: Response to sec_rotate_last_visit

Collapse
Posted by Charles Cruise on

I'm new to all this stuff. So, I should check in the database for a column being defined as a char(1)? I found where the function is defined in the security.sql file. The function expects integers to be passed to it and returns an integer. The only thing defined in the table sec_browser_properties is secure_p as a char(1).

Also, looking at the function v_time is defined as an integer, but in the sql statement where it inserts it into the values, it is entered as "v_time::char" Should it be this way?