activation link
Hallo,
I develop an aplication in which users can register theirselves to the system and the information about the users will be stored in a DB
my question is following:
I see in each site after registration an activation link will be sent and we should click on this to activate our account.
but I have any idea how should I configure this link?
for example the url of my servlet which will get the request from activation link is
myserver/myservlet
I have tried the link so :
myserver/myservlet/user=aaa
but it doesn't work
how should i configure it?
I will be pleasure if anyone give me some information
thanks a lot

