[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

Com connector and user information cache

Freezie

2/24/2006 10:58:00 PM

Does the Com Connector cache user information?
I have a feeling the password is stored in cache by com connector. Is there
a way to flush out just this one field from cache?

The scenario is:
- user id and password is generated in Axapta client by admin.
- User can go log in Application through com connector, no problem as
correct password is used.
- Admin is asked to change password (done in a class using combination of
dictionary.buildPassword(password, userInfo.Id) and
encryptString.Encrypt(password)
- User X cannot log into application even though correct new password is
being passed into com connector. Message is 'invalid password'.
- Com connector is shut down and restarted. User can log in.

Thanks.