spring - Cache or Session? -


storing user specific data (like loginaccountid etc.) in cache how benificial?

as user logins in system if store loginaccountid in cache instade of session benificial or not?

what issue ll face if store in cache?

actually, session variable on server designed cache user-specific data. storing user-specific data in cache reinventing wheel.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -