PDA

View Full Version : Integration with custom member system


SimianE
06-27-2007, 11:01 PM
Hi there,

I'm currently developing an application in ColdFusion and I'm planning to use VB in conjunction with it.
My app has it's own membership system, which I would like to integrate with VB.

I imagine it would be easy enough to add a record into the VB database whenever a user signs up for membership through my system, but my concern is logging them in and out automatically.

My membership system uses a session variable to log users in and out, and a cookie if they elect to have their login details saved.

Does anyone have any feedback on how VB logs users in and out of the system, and whether this type of membership integration is likely to be possible.

Thanks.

Dismounted
06-28-2007, 06:08 AM
Yes, it is possible, you will need to set a userid cookie as well as a password cookie.