Penguin
|
| Posted: 06/25/2007, 9:46 AM |
|
Hi All,
I am a new user. I have successfully added a member log-in /
registration area to my site.
Using CCS 3.2 beta. I followed the Example Site for the Registration
that came with example zip #1.
Now, are there other tutorials that could teach me about using site
cookies and session with CCS. I know how to do this in PHP, but not
sure where to add things using CCS.
I want to:
1) Log-In a user and then control access to other site pages based on
his/her "group" or "access-level."
2) Test if a user is logged in and test his "group" for other
permission related coding.
3) How do I store Session Variables using CCS when a user logs in?
4) How do I store a cookie when a user logs in and how do I set the
fields and values in the cookie?
I am using PHP5/MySQL.
Blessings!
Chuck
|
|
|
 |
mamboBROWN
Posts: 1713
|
| Posted: 06/25/2007, 2:39 PM |
|
Penguin
Checkout these links:
(1)http://docs.codecharge.com/studio31/html/UserGuide/WorkingWithProjs/SpecifyingProjectSettings/ImplementingSecurity.html?toc
(2, 3 & 4 look at the functions)http://docs.codecharge.com/studio31/html/Components/Functions/PHP/Overview.html
Hopefully this is helpful to you.
|
 |
 |
|