Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2419 visitors today
Log In Register

Forum OpenACS Q&A: Response to sec_rotate_last_visit

OpenACS Home : Forums : OpenACS Q&A : Response to sec_rotate_last_visit : One Message

+
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?